home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OctaMED Sound Studio 1
/
OctaMED SoundStudio V1.iso
/
docs
/
rexx
/
restore_f_keys.omed
< prev
next >
Wrap
Text File
|
1996-06-18
|
256b
|
10 lines
/* Restore F_Keys */
if ~open("f_keys","T:f_keys.omedtemp",W) then exit
call writeln("f_keys",00)
call writeln("f_keys",16)
call writeln("f_keys",32)
call writeln("f_keys",48)
call writeln("f_keys",63)
call close("f_keys")
wi_showstring "F-Keys restored."